Skip to main content

Health Report

Description

A health report json file is generated at the end of each program.It describes about the successful and unsuccessful operations. It consists of the following fields:

#FieldDescription
1total_accTotal accounts read from input file
2acc_read_succTotal accounts successfully read
3acc_read_failTotal accounts unsuccessfully read
4tot_amt_ipTotal sum of input amount
5tot_amt_opTotal sum of output amount
6tot_no_cfTotal number of cashflows
7tot_amt_diffDifference between the input and output total amounts
8size_in_bytesSize of output file in bytes

Example

{
"tot_accounts": 5248,
"acc_read_succ": 5248,
"acc_read_fail": 0,
"tot_amt_ip": 61114535307.96016,
"tot_amt_op": 61114535307.96016,
"tot_no_cf": 0,
"tot_amt_diff": 0.0,
"size_in_bytes": 340
}